projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb25288
)
(hif-token-regexp): Move ! after !=.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 13 Sep 1996 21:53:55 +0000
(21:53 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 13 Sep 1996 21:53:55 +0000
(21:53 +0000)
lisp/progmodes/hideif.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/hideif.el
b/lisp/progmodes/hideif.el
index 4179c9032759631b879903c24890c47343275c2c..5c97d41255e3f766ed194ebc193bdbac44e51f3c 100644
(file)
--- a/
lisp/progmodes/hideif.el
+++ b/
lisp/progmodes/hideif.el
@@
-351,7
+351,7
@@
that form should be displayed.")
; pattern to match initial identifier, !, &&, ||, (, or ).
; Added ==, + and -: garyo@avs.com 8/9/94
-(defconst hif-token-regexp "^\\(
!\\|&&\\|||\\|[!=]=
\\|[()+-]\\|\\w+\\)")
+(defconst hif-token-regexp "^\\(
&&\\|||\\|[!=]=\\|!
\\|[()+-]\\|\\w+\\)")
(defconst hif-end-of-comment "\\*/")